home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 102 / CD-ROM 102.iso / aplic / 2sync / 2SyncSetup.exe / graphics / scripts / DefineButton2_472 / BUTTONCONDACTION on(release).as < prev    next >
Encoding:
Text File  |  2002-03-20  |  236 b   |  11 lines

  1. on(release){
  2.    call("animation/control:release");
  3.    set("_level40/sound/lib:sound","102");
  4.    call("_level40/sound/lib:play");
  5.    tellTarget("_level50")
  6.    {
  7.       gotoAndStop("off");
  8.    }
  9.    call("_level0/lib:openChat");
  10. }
  11.